home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TADBSETUP / TADBSETUP.txt
Text File  |  2004-10-12  |  4KB  |  168 lines

  1. object ADBSetup: TADBSetup
  2.   Left = 297
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ADS Address Database'
  7.   ClientHeight = 374
  8.   ClientWidth = 348
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Book: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 348
  24.     Height = 329
  25.     ActivePage = tsGeneral
  26.     Align = alTop
  27.     TabOrder = 0
  28.     object tsGeneral: TTabSheet
  29.       Caption = 'General'
  30.       object Label1: TLabel
  31.         Left = 16
  32.         Top = 16
  33.         Width = 31
  34.         Height = 13
  35.         Caption = '&Name:'
  36.       end
  37.       object Label2: TLabel
  38.         Left = 16
  39.         Top = 72
  40.         Width = 73
  41.         Height = 13
  42.         Caption = '&Database path:'
  43.       end
  44.       object Label3: TLabel
  45.         Left = 16
  46.         Top = 128
  47.         Width = 78
  48.         Height = 13
  49.         Caption = 'Data&base name:'
  50.       end
  51.       object eName: TEdit
  52.         Left = 16
  53.         Top = 32
  54.         Width = 305
  55.         Height = 21
  56.         TabOrder = 0
  57.       end
  58.       object eDir: TEdit
  59.         Left = 16
  60.         Top = 88
  61.         Width = 273
  62.         Height = 21
  63.         TabOrder = 1
  64.       end
  65.       object bBrowse: TButton
  66.         Left = 296
  67.         Top = 87
  68.         Width = 27
  69.         Height = 25
  70.         Caption = '...'
  71.         TabOrder = 2
  72.         OnClick = bBrowseClick
  73.       end
  74.       object eDBName: TEdit
  75.         Left = 16
  76.         Top = 144
  77.         Width = 305
  78.         Height = 21
  79.         TabOrder = 3
  80.       end
  81.       object rgServerType: TRadioGroup
  82.         Left = 16
  83.         Top = 184
  84.         Width = 305
  85.         Height = 49
  86.         Caption = 'ADS Server type'
  87.         Columns = 2
  88.         ItemIndex = 0
  89.         Items.Strings = (
  90.           '&Local'
  91.           '&Remote')
  92.         TabOrder = 4
  93.       end
  94.       object cbBigBase: TCheckBox
  95.         Left = 16
  96.         Top = 248
  97.         Width = 305
  98.         Height = 17
  99.         Caption = 'Use "Fast Access" as to a big database'
  100.         TabOrder = 5
  101.       end
  102.       object cbProprietaryLocking: TCheckBox
  103.         Left = 16
  104.         Top = 272
  105.         Width = 305
  106.         Height = 17
  107.         Caption = 'Use Proprietary Locking mode'
  108.         TabOrder = 6
  109.       end
  110.     end
  111.     object tsFields: TTabSheet
  112.       Caption = 'Fields'
  113.       object gFields: TFilterGrid
  114.         Left = 8
  115.         Top = 24
  116.         Width = 321
  117.         Height = 241
  118.         ColCount = 3
  119.         FixedCols = 0
  120.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAlwaysShowEditor, goThumbTracking]
  121.         TabOrder = 0
  122.         ColWidths = (
  123.           152
  124.           144
  125.           64)
  126.       end
  127.       object bAdd: TButton
  128.         Left = 136
  129.         Top = 272
  130.         Width = 97
  131.         Height = 25
  132.         Caption = '&Add'
  133.         TabOrder = 1
  134.         OnClick = bAddClick
  135.       end
  136.       object bDelete: TButton
  137.         Left = 240
  138.         Top = 272
  139.         Width = 89
  140.         Height = 25
  141.         Caption = '&Delete'
  142.         TabOrder = 2
  143.         OnClick = bDeleteClick
  144.       end
  145.     end
  146.   end
  147.   object bOK: TButton
  148.     Left = 144
  149.     Top = 344
  150.     Width = 89
  151.     Height = 25
  152.     Caption = '&OK'
  153.     Default = True
  154.     ModalResult = 1
  155.     TabOrder = 1
  156.   end
  157.   object Cancel: TButton
  158.     Left = 248
  159.     Top = 344
  160.     Width = 91
  161.     Height = 25
  162.     Cancel = True
  163.     Caption = 'Cancel'
  164.     ModalResult = 2
  165.     TabOrder = 2
  166.   end
  167. end
  168.